Skip to content

fix(compiler): make projectReferences work with LanguageService#1541

Merged
ahnpnl merged 4 commits intokulshekhar:masterfrom
ahnpnl:project-references-part-2
Apr 19, 2020
Merged

fix(compiler): make projectReferences work with LanguageService#1541
ahnpnl merged 4 commits intokulshekhar:masterfrom
ahnpnl:project-references-part-2

Conversation

@ahnpnl
Copy link
Copy Markdown
Collaborator

@ahnpnl ahnpnl commented Apr 18, 2020

Summary

Finish the remaining the work of #1527 , this PR makes projectReferences work with LanguageService, close #766

Caveat:
It is required to build the project first with tsc -b to have the compiled files ready. Including tsc -b will be done in #1159

Test plan

  • Adjust external repos tests to include one composite project to test with isolatedModules: true and one composite project to test with isolatedModules: false.
  • Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

N.A.

@ahnpnl ahnpnl requested a review from kulshekhar as a code owner April 18, 2020 22:07
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 19, 2020

Pull Request Test Coverage Report for Build 4454

  • 32 of 32 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 92.835%

Totals Coverage Status
Change from base Build 4453: 0.02%
Covered Lines: 1172
Relevant Lines: 1209

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiler options not working as expected when using project references

3 participants